This command will move the application window to the front of the current Z order
WINDOW TO FRONT
WINDOW TO FRONT Window Name
Window Name
String The name of the window to move in Z order
This command does not return a value.
set window on print "sending window to the back" window to back wait 1000*5 window to front print "sending window to the front" do loop end
DISPLAY Commands Menu Index